projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b92bf9
)
* lisp/generic-x.el: No need to require comint when compiling.
author
Glenn Morris
<rgm@gnu.org>
Mon, 6 May 2013 07:18:36 +0000
(
00:18
-0700)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 6 May 2013 07:18:36 +0000
(
00:18
-0700)
lisp/ChangeLog
patch
|
blob
|
history
lisp/generic-x.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index f688e192accfd5aa2276a11b0c10192d9f4d6a01..84f80c330f33816c8d3f69aa560e24463008b6d3 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,7
@@
2013-05-06 Glenn Morris <rgm@gnu.org>
+ * generic-x.el: No need to require comint when compiling.
+
* net/eudc-export.el: Make it loadable without bbdb.
(top-level): Use require rather than load-library.
(eudc-create-bbdb-record, eudc-bbdbify-phone)
diff --git
a/lisp/generic-x.el
b/lisp/generic-x.el
index d0250cb5210eb8eceafa92152f67b2f89a200ebc..946b81992f867f29f09fd870f006540aa0256e7f 100644
(file)
--- a/
lisp/generic-x.el
+++ b/
lisp/generic-x.el
@@
-548,7
+548,6
@@
like an INI file. You can add this hook to `find-file-hook'."
(compile
(concat (w32-shell-name) " -c " (buffer-file-name)))))
-(eval-when-compile (require 'comint))
(declare-function comint-mode "comint" ())
(declare-function comint-exec "comint" (buffer name command startfile switches))